home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / teletub.swf / scripts / frame_102 / DoAction.as
Text File  |  2001-11-21  |  440b  |  20 lines

  1. set("/:Score","0");
  2. set("/:Weapon","1");
  3. set("/:Rounds","10");
  4. set("/:TubbyFrequency","500");
  5. set("/:TubbyDuration","15");
  6. set("/:Played","1");
  7. set("/:Start","1");
  8. setProperty("/Weapon2", _visible, "0");
  9. setProperty("/Weapon3", _visible, "0");
  10. tellTarget("/Weapon2")
  11. {
  12.    gotoAndStop("Hide");
  13.    tellTarget("/Weapon3")
  14.    {
  15.       gotoAndStop("Hide");
  16.    }
  17.    startDrag("/Cursor","1","40","400","600","480");
  18.    stop();
  19. }
  20.